Skip to main content

UTILITY_COMPONENT

This project covers all test cases for REST trigger and Utility transformer.

Sr. NoService NameDescriptionDetails
1.addLogsUse `add variable` to add key, value pair in pipeline. Use `logging` to print some message with types: INFO, ERROR, DEBUG, VERBOSE.
2.addRemoveVariableUse `add variable` to add key, value pair in pipeline. Log the value using `logging` and then use `remove variable` to remove key and its value from pipeline.
3.throwErrorUse of throw error (INTBusinessException) method.
4.throwErrorUse of throw error (INTRtryException) method.